concurrency conflict meaning in English
并发冲突
Examples
- When more than one user can change the database concurrently , there is the potential for concurrency conflict
当不止一个用户可以同时更改数据库时,存在潜在的并发冲突。 - The cost of placing locks on the data is less than the cost of rolling back changes when concurrency conflicts occur
在数据上放置锁所费的成本小于发生并发冲突时回滚更改所费的成本。 - In situations where the row is not updatable , such as because of an optimistic concurrency conflict such as a competing update or deletion , the exception might not arise until
如果行不可更新(如由于竞争更新或删除等乐观并发冲突) ,则在调用 - Because multiple users operate on sharing space synchronously and bring conflict , we analyse the reason and adopt a basic concurrency control strategy to solve problem of concurrency conflict
由于多用户对共享空间的并发操作引发冲突,分析其原因,采用一种基本的并发控制策略来解决并发冲突问题。 - This model is primarily used in environments where there is heavy contention for data , so that the cost of protecting data with locks is less than the cost of rolling back transactions if concurrency conflicts occur
此模型主要用于以下环境:对数据存在激烈争用,使得用锁保护数据的成本少于在发生并发冲突时回滚事务的成本。